home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Editors / Emacs / Source / etermSupport.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-30  |  277 b   |  10 lines

  1. /* Prototypes for etermSupport.c
  2.  
  3.    For legal stuff see the file COPYRIGHT.  */
  4.  
  5. char **patch_env (char **, int);
  6. int create_server_socket (int *);
  7. int accept_server_connection (int);
  8. void create_channel (int *, int *, int *);
  9. void fork_shell (char *, char **, char **, int);
  10.